1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctNhanVien
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.btnFind = new System.Windows.Forms.Button();
32             
this.pnlDanhSachNV = new System.Windows.Forms.Panel();
33             
this.label12 = new System.Windows.Forms.Label();
34             
this.grDanhSachNV = new System.Windows.Forms.GroupBox();
35             
this.dgvDanhSachNV = new System.Windows.Forms.DataGridView();
36             
this.IdNhanVien = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.HoLot = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.Ten = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.Ngaysinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.GioiTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.DienThoai = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.DiaChi = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.grQuanLyNV = new System.Windows.Forms.GroupBox();
45             
this.cmbGioiTinhNV = new System.Windows.Forms.ComboBox();
46             
this.label4 = new System.Windows.Forms.Label();
47             
this.dtpNgaySinhNV = new System.Windows.Forms.DateTimePicker();
48             
this.txtHolotNV = new System.Windows.Forms.TextBox();
49             
this.label5 = new System.Windows.Forms.Label();
50             
this.txtEmailNV = new System.Windows.Forms.TextBox();
51             
this.txtDiaChiNV = new System.Windows.Forms.TextBox();
52             
this.label10 = new System.Windows.Forms.Label();
53             
this.txtDienThoaiNV = new System.Windows.Forms.TextBox();
54             
this.label9 = new System.Windows.Forms.Label();
55             
this.label8 = new System.Windows.Forms.Label();
56             
this.label3 = new System.Windows.Forms.Label();
57             
this.txtTenNV = new System.Windows.Forms.TextBox();
58             
this.label2 = new System.Windows.Forms.Label();
59             
this.txtIdNhanVien = new System.Windows.Forms.TextBox();
60             
this.label6 = new System.Windows.Forms.Label();
61             
this.label1 = new System.Windows.Forms.Label();
62             
this.btnLuu = new System.Windows.Forms.Button();
63             
this.btnSua = new System.Windows.Forms.Button();
64             
this.btnXoa = new System.Windows.Forms.Button();
65             
this.btnHuy = new System.Windows.Forms.Button();
66             
this.btnThemMoi = new System.Windows.Forms.Button();
67             
this.btnHide = new System.Windows.Forms.Button();
68             
this.grDanhSachNV.SuspendLayout();
69             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNV)).BeginInit();
70             
this.grQuanLyNV.SuspendLayout();
71             
this.SuspendLayout();
72             
//
73             
// btnFind
74             
//
75             
this.btnFind.BackColor = System.Drawing.SystemColors.Control;
76             
this.btnFind.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77             
this.btnFind.Location = new System.Drawing.Point(481, 275);
78             
this.btnFind.Name = "btnFind";
79             
this.btnFind.Size = new System.Drawing.Size(96, 23);
80             
this.btnFind.TabIndex = 65;
81             
this.btnFind.Text = "Tìm kiếm ";
82             
this.btnFind.UseVisualStyleBackColor = false;
83             
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
84             
//
85             
// pnlDanhSachNV
86             
//
87             
this.pnlDanhSachNV.Location = new System.Drawing.Point(26, 313);
88             
this.pnlDanhSachNV.Name = "pnlDanhSachNV";
89             
this.pnlDanhSachNV.Size = new System.Drawing.Size(812, 272);
90             
this.pnlDanhSachNV.TabIndex = 63;
91             
//
92             
// label12
93             
//
94             
this.label12.AutoSize = true;
95             
this.label12.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
96             
this.label12.Location = new System.Drawing.Point(806, 25);
97             
this.label12.Name = "label12";
98             
this.label12.Size = new System.Drawing.Size(189, 17);
99             
this.label12.TabIndex = 76;
100             
this.label12.Text = "DANH SÁCH NHÂN VIÊN";
101             
//
102             
// grDanhSachNV
103             
//
104             
this.grDanhSachNV.BackColor = System.Drawing.SystemColors.ControlLight;
105             
this.grDanhSachNV.Controls.Add(this.dgvDanhSachNV);
106             
this.grDanhSachNV.Location = new System.Drawing.Point(478, 54);
107             
this.grDanhSachNV.Name = "grDanhSachNV";
108             
this.grDanhSachNV.Size = new System.Drawing.Size(792, 205);
109             
this.grDanhSachNV.TabIndex = 75;
110             
this.grDanhSachNV.TabStop = false;
111             
//
112             
// dgvDanhSachNV
113             
//
114             
this.dgvDanhSachNV.AllowUserToAddRows = false;
115             
this.dgvDanhSachNV.AllowUserToDeleteRows = false;
116             
this.dgvDanhSachNV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
117             
this.dgvDanhSachNV.BackgroundColor = System.Drawing.SystemColors.ControlLight;
118             
this.dgvDanhSachNV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
119             
this.dgvDanhSachNV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
120             
this.IdNhanVien,
121             
this.HoLot,
122             
this.Ten,
123             
this.Ngaysinh,
124             
this.GioiTinh,
125             
this.DienThoai,
126             
this.Email,
127             
this.DiaChi});
128             
this.dgvDanhSachNV.Dock = System.Windows.Forms.DockStyle.Fill;
129             
this.dgvDanhSachNV.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
130             
this.dgvDanhSachNV.Location = new System.Drawing.Point(3, 16);
131             
this.dgvDanhSachNV.Name = "dgvDanhSachNV";
132             
this.dgvDanhSachNV.ReadOnly = true;
133             
this.dgvDanhSachNV.Size = new System.Drawing.Size(786, 186);
134             
this.dgvDanhSachNV.TabIndex = 60;
135             
this.dgvDanhSachNV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDanhSachNV_CellContentClick);
136             
//
137             
// IdNhanVien
138             
//
139             
this.IdNhanVien.DataPropertyName = "IdNhanVien";
140             
this.IdNhanVien.HeaderText = "Id Nhân Viên";
141             
this.IdNhanVien.Name = "IdNhanVien";
142             
this.IdNhanVien.ReadOnly = true;
143             
//
144             
// HoLot
145             
//
146             
this.HoLot.DataPropertyName = "HoLot";
147             
this.HoLot.HeaderText = "Họ Lót";
148             
this.HoLot.Name = "HoLot";
149             
this.HoLot.ReadOnly = true;
150             
//
151             
// Ten
152             
//
153             
this.Ten.DataPropertyName = "Ten";
154             
this.Ten.HeaderText = "Tên";
155             
this.Ten.Name = "Ten";
156             
this.Ten.ReadOnly = true;
157             
//
158             
// Ngaysinh
159             
//
160             
this.Ngaysinh.DataPropertyName = "Ngaysinh";
161             
this.Ngaysinh.HeaderText = "Ngày Sinh";
162             
this.Ngaysinh.Name = "Ngaysinh";
163             
this.Ngaysinh.ReadOnly = true;
164             
//
165             
// GioiTinh
166             
//
167             
this.GioiTinh.DataPropertyName = "GioiTinh";
168             
this.GioiTinh.HeaderText = "Giỡi Tính";
169             
this.GioiTinh.Name = "GioiTinh";
170             
this.GioiTinh.ReadOnly = true;
171             
//
172             
// DienThoai
173             
//
174             
this.DienThoai.DataPropertyName = "DienThoai";
175             
this.DienThoai.HeaderText = "Điện Thoại";
176             
this.DienThoai.Name = "DienThoai";
177             
this.DienThoai.ReadOnly = true;
178             
//
179             
// Email
180             
//
181             
this.Email.DataPropertyName = "Email";
182             
this.Email.HeaderText = "Email";
183             
this.Email.Name = "Email";
184             
this.Email.ReadOnly = true;
185             
//
186             
// DiaChi
187             
//
188             
this.DiaChi.DataPropertyName = "DiaChi";
189             
this.DiaChi.HeaderText = "Địa Chỉ";
190             
this.DiaChi.Name = "DiaChi";
191             
this.DiaChi.ReadOnly = true;
192             
//
193             
// grQuanLyNV
194             
//
195             
this.grQuanLyNV.Controls.Add(this.cmbGioiTinhNV);
196             
this.grQuanLyNV.Controls.Add(this.label4);
197             
this.grQuanLyNV.Controls.Add(this.dtpNgaySinhNV);
198             
this.grQuanLyNV.Controls.Add(this.txtHolotNV);
199             
this.grQuanLyNV.Controls.Add(this.label5);
200             
this.grQuanLyNV.Controls.Add(this.txtEmailNV);
201             
this.grQuanLyNV.Controls.Add(this.txtDiaChiNV);
202             
this.grQuanLyNV.Controls.Add(this.label10);
203             
this.grQuanLyNV.Controls.Add(this.txtDienThoaiNV);
204             
this.grQuanLyNV.Controls.Add(this.label9);
205             
this.grQuanLyNV.Controls.Add(this.label8);
206             
this.grQuanLyNV.Controls.Add(this.label3);
207             
this.grQuanLyNV.Controls.Add(this.txtTenNV);
208             
this.grQuanLyNV.Controls.Add(this.label2);
209             
this.grQuanLyNV.Controls.Add(this.txtIdNhanVien);
210             
this.grQuanLyNV.Controls.Add(this.label6);
211             
this.grQuanLyNV.Location = new System.Drawing.Point(12, 55);
212             
this.grQuanLyNV.Name = "grQuanLyNV";
213             
this.grQuanLyNV.Size = new System.Drawing.Size(407, 202);
214             
this.grQuanLyNV.TabIndex = 69;
215             
this.grQuanLyNV.TabStop = false;
216             
//
217             
// cmbGioiTinhNV
218             
//
219             
this.cmbGioiTinhNV.FormattingEnabled = true;
220             
this.cmbGioiTinhNV.Location = new System.Drawing.Point(284, 112);
221             
this.cmbGioiTinhNV.Name = "cmbGioiTinhNV";
222             
this.cmbGioiTinhNV.Size = new System.Drawing.Size(62, 21);
223             
this.cmbGioiTinhNV.TabIndex = 94;
224             
//
225             
// label4
226             
//
227             
this.label4.AutoSize = true;
228             
this.label4.Location = new System.Drawing.Point(213, 116);
229             
this.label4.Name = "label4";
230             
this.label4.Size = new System.Drawing.Size(50, 13);
231             
this.label4.TabIndex = 93;
232             
this.label4.Text = "Giới tính:";
233             
//
234             
// dtpNgaySinhNV
235             
//
236             
this.dtpNgaySinhNV.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
237             
this.dtpNgaySinhNV.Location = new System.Drawing.Point(100, 112);
238             
this.dtpNgaySinhNV.Name = "dtpNgaySinhNV";
239             
this.dtpNgaySinhNV.Size = new System.Drawing.Size(95, 20);
240             
this.dtpNgaySinhNV.TabIndex = 81;
241             
//
242             
// txtHolotNV
243             
//
244             
this.txtHolotNV.Location = new System.Drawing.Point(100, 53);
245             
this.txtHolotNV.Name = "txtHolotNV";
246             
this.txtHolotNV.Size = new System.Drawing.Size(95, 20);
247             
this.txtHolotNV.TabIndex = 79;
248             
//
249             
// label5
250             
//
251             
this.label5.AutoSize = true;
252             
this.label5.Location = new System.Drawing.Point(14, 53);
253             
this.label5.Name = "label5";
254             
this.label5.Size = new System.Drawing.Size(40, 17);
255             
this.label5.TabIndex = 85;
256             
this.label5.Text = "Họ lót :";
257             
this.label5.UseCompatibleTextRendering = true;
258             
//
259             
// txtEmailNV
260             
//
261             
this.txtEmailNV.Location = new System.Drawing.Point(284, 50);
262             
this.txtEmailNV.Name = "txtEmailNV";
263             
this.txtEmailNV.Size = new System.Drawing.Size(109, 20);
264             
this.txtEmailNV.TabIndex = 83;
265             
//
266             
// txtDiaChiNV
267             
//
268             
this.txtDiaChiNV.Location = new System.Drawing.Point(284, 81);
269             
this.txtDiaChiNV.Name = "txtDiaChiNV";
270             
this.txtDiaChiNV.Size = new System.Drawing.Size(109, 20);
271             
this.txtDiaChiNV.TabIndex = 84;
272             
//
273             
// label10
274             
//
275             
this.label10.AutoSize = true;
276             
this.label10.Location = new System.Drawing.Point(213, 53);
277             
this.label10.Name = "label10";
278             
this.label10.Size = new System.Drawing.Size(35, 13);
279             
this.label10.TabIndex = 87;
280             
this.label10.Text = "Email:";
281             
//
282             
// txtDienThoaiNV
283             
//
284             
this.txtDienThoaiNV.Location = new System.Drawing.Point(284, 18);
285             
this.txtDienThoaiNV.Name = "txtDienThoaiNV";
286             
this.txtDienThoaiNV.Size = new System.Drawing.Size(109, 20);
287             
this.txtDienThoaiNV.TabIndex = 82;
288             
//
289             
// label9
290             
//
291             
this.label9.AutoSize = true;
292             
this.label9.Location = new System.Drawing.Point(213, 81);
293             
this.label9.Name = "label9";
294             
this.label9.Size = new System.Drawing.Size(43, 13);
295             
this.label9.TabIndex = 90;
296             
this.label9.Text = "Địa chỉ:";
297             
//
298             
// label8
299             
//
300             
this.label8.AutoSize = true;
301             
this.label8.Location = new System.Drawing.Point(213, 22);
302             
this.label8.Name = "label8";
303             
this.label8.Size = new System.Drawing.Size(58, 13);
304             
this.label8.TabIndex = 89;
305             
this.label8.Text = "Điện thoại:";
306             
//
307             
// label3
308             
//
309             
this.label3.AutoSize = true;
310             
this.label3.Location = new System.Drawing.Point(14, 116);
311             
this.label3.Name = "label3";
312             
this.label3.Size = new System.Drawing.Size(60, 13);
313             
this.label3.TabIndex = 88;
314             
this.label3.Text = "Ngày sinh :";
315             
//
316             
// txtTenNV
317             
//
318             
this.txtTenNV.Location = new System.Drawing.Point(100, 79);
319             
this.txtTenNV.Name = "txtTenNV";
320             
this.txtTenNV.Size = new System.Drawing.Size(95, 20);
321             
this.txtTenNV.TabIndex = 80;
322             
//
323             
// label2
324             
//
325             
this.label2.AutoSize = true;
326             
this.label2.Location = new System.Drawing.Point(14, 81);
327             
this.label2.Name = "label2";
328             
this.label2.Size = new System.Drawing.Size(32, 13);
329             
this.label2.TabIndex = 86;
330             
this.label2.Text = "Tên :";
331             
//
332             
// txtIdNhanVien
333             
//
334             
this.txtIdNhanVien.BackColor = System.Drawing.SystemColors.ControlLight;
335             
this.txtIdNhanVien.Enabled = false;
336             
this.txtIdNhanVien.Location = new System.Drawing.Point(100, 21);
337             
this.txtIdNhanVien.Name = "txtIdNhanVien";
338             
this.txtIdNhanVien.Size = new System.Drawing.Size(95, 20);
339             
this.txtIdNhanVien.TabIndex = 92;
340             
this.txtIdNhanVien.TabStop = false;
341             
//
342             
// label6
343             
//
344             
this.label6.AutoSize = true;
345             
this.label6.Location = new System.Drawing.Point(14, 25);
346             
this.label6.Name = "label6";
347             
this.label6.Size = new System.Drawing.Size(74, 13);
348             
this.label6.TabIndex = 91;
349             
this.label6.Text = "Id Nhân viên :";
350             
//
351             
// label1
352             
//
353             
this.label1.AutoSize = true;
354             
this.label1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
355             
this.label1.Location = new System.Drawing.Point(116, 25);
356             
this.label1.Name = "label1";
357             
this.label1.Size = new System.Drawing.Size(167, 17);
358             
this.label1.TabIndex = 72;
359             
this.label1.Text = "QUẢN LÝ NHÂN VIÊN";
360             
//
361             
// btnLuu
362             
//
363             
this.btnLuu.BackColor = System.Drawing.SystemColors.Control;
364             
this.btnLuu.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
365             
this.btnLuu.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
366             
this.btnLuu.Location = new System.Drawing.Point(249, 275);
367             
this.btnLuu.Name = "btnLuu";
368             
this.btnLuu.Size = new System.Drawing.Size(75, 23);
369             
this.btnLuu.TabIndex = 70;
370             
this.btnLuu.Text = "Lưu";
371             
this.btnLuu.UseVisualStyleBackColor = false;
372             
this.btnLuu.Click += new System.EventHandler(this.btnLuu_Click);
373             
//
374             
// btnSua
375             
//
376             
this.btnSua.BackColor = System.Drawing.SystemColors.Control;
377             
this.btnSua.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
378             
this.btnSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
379             
this.btnSua.Location = new System.Drawing.Point(99, 275);
380             
this.btnSua.Name = "btnSua";
381             
this.btnSua.Size = new System.Drawing.Size(75, 23);
382             
this.btnSua.TabIndex = 71;
383             
this.btnSua.Text = "Sửa";
384             
this.btnSua.UseVisualStyleBackColor = false;
385             
this.btnSua.Click += new System.EventHandler(this.btnSua_Click);
386             
//
387             
// btnXoa
388             
//
389             
this.btnXoa.BackColor = System.Drawing.SystemColors.Control;
390             
this.btnXoa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
391             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
392             
this.btnXoa.Location = new System.Drawing.Point(174, 275);
393             
this.btnXoa.Name = "btnXoa";
394             
this.btnXoa.Size = new System.Drawing.Size(75, 23);
395             
this.btnXoa.TabIndex = 72;
396             
this.btnXoa.Text = "Xóa";
397             
this.btnXoa.UseVisualStyleBackColor = false;
398             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
399             
//
400             
// btnHuy
401             
//
402             
this.btnHuy.BackColor = System.Drawing.SystemColors.Control;
403             
this.btnHuy.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
404             
this.btnHuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
405             
this.btnHuy.Location = new System.Drawing.Point(324, 275);
406             
this.btnHuy.Name = "btnHuy";
407             
this.btnHuy.Size = new System.Drawing.Size(75, 23);
408             
this.btnHuy.TabIndex = 73;
409             
this.btnHuy.Text = "Hủy";
410             
this.btnHuy.UseVisualStyleBackColor = false;
411             
this.btnHuy.Click += new System.EventHandler(this.btnHuy_Click);
412             
//
413             
// btnThemMoi
414             
//
415             
this.btnThemMoi.BackColor = System.Drawing.SystemColors.Control;
416             
this.btnThemMoi.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
417             
this.btnThemMoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
418             
this.btnThemMoi.Location = new System.Drawing.Point(24, 275);
419             
this.btnThemMoi.Name = "btnThemMoi";
420             
this.btnThemMoi.Size = new System.Drawing.Size(75, 23);
421             
this.btnThemMoi.TabIndex = 74;
422             
this.btnThemMoi.Text = "Thêm ";
423             
this.btnThemMoi.UseVisualStyleBackColor = false;
424             
this.btnThemMoi.Click += new System.EventHandler(this.btnThemMoi_Click);
425             
//
426             
// btnHide
427             
//
428             
this.btnHide.BackColor = System.Drawing.SystemColors.Control;
429             
this.btnHide.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
430             
this.btnHide.Location = new System.Drawing.Point(583, 275);
431             
this.btnHide.Name = "btnHide";
432             
this.btnHide.Size = new System.Drawing.Size(96, 23);
433             
this.btnHide.TabIndex = 65;
434             
this.btnHide.Text = "Ẩn ";
435             
this.btnHide.UseVisualStyleBackColor = false;
436             
this.btnHide.Click += new System.EventHandler(this.btnHide_Click);
437             
//
438             
// uctNhanVien
439             
//
440             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
441             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
442             
this.BackColor = System.Drawing.SystemColors.ControlLight;
443             
this.Controls.Add(this.label12);
444             
this.Controls.Add(this.grDanhSachNV);
445             
this.Controls.Add(this.grQuanLyNV);
446             
this.Controls.Add(this.btnLuu);
447             
this.Controls.Add(this.btnSua);
448             
this.Controls.Add(this.btnXoa);
449             
this.Controls.Add(this.btnHuy);
450             
this.Controls.Add(this.btnThemMoi);
451             
this.Controls.Add(this.btnHide);
452             
this.Controls.Add(this.btnFind);
453             
this.Controls.Add(this.pnlDanhSachNV);
454             
this.Controls.Add(this.label1);
455             
this.Name = "uctNhanVien";
456             
this.Size = new System.Drawing.Size(1273, 618);
457             
this.Load += new System.EventHandler(this.uctNhanVien_Load);
458             
this.grDanhSachNV.ResumeLayout(false);
459             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNV)).EndInit();
460             
this.grQuanLyNV.ResumeLayout(false);
461             
this.grQuanLyNV.PerformLayout();
462             
this.ResumeLayout(false);
463             
this.PerformLayout();
464
465         }
466
467         
#endregion
468
469         
private System.Windows.Forms.Button btnFind;
470         
private System.Windows.Forms.Panel pnlDanhSachNV;
471         
private System.Windows.Forms.Label label12;
472         
private System.Windows.Forms.GroupBox grDanhSachNV;
473         
private System.Windows.Forms.DataGridView dgvDanhSachNV;
474         
private System.Windows.Forms.DataGridViewTextBoxColumn IdNhanVien;
475         
private System.Windows.Forms.DataGridViewTextBoxColumn HoLot;
476         
private System.Windows.Forms.DataGridViewTextBoxColumn Ten;
477         
private System.Windows.Forms.DataGridViewTextBoxColumn Ngaysinh;
478         
private System.Windows.Forms.DataGridViewTextBoxColumn GioiTinh;
479         
private System.Windows.Forms.DataGridViewTextBoxColumn DienThoai;
480         
private System.Windows.Forms.DataGridViewTextBoxColumn Email;
481         
private System.Windows.Forms.DataGridViewTextBoxColumn DiaChi;
482         
private System.Windows.Forms.GroupBox grQuanLyNV;
483         
private System.Windows.Forms.ComboBox cmbGioiTinhNV;
484         
private System.Windows.Forms.Label label4;
485         
private System.Windows.Forms.DateTimePicker dtpNgaySinhNV;
486         
private System.Windows.Forms.TextBox txtHolotNV;
487         
private System.Windows.Forms.Label label5;
488         
private System.Windows.Forms.TextBox txtEmailNV;
489         
private System.Windows.Forms.TextBox txtDiaChiNV;
490         
private System.Windows.Forms.Label label10;
491         
private System.Windows.Forms.TextBox txtDienThoaiNV;
492         
private System.Windows.Forms.Label label9;
493         
private System.Windows.Forms.Label label8;
494         
private System.Windows.Forms.Label label3;
495         
private System.Windows.Forms.TextBox txtTenNV;
496         
private System.Windows.Forms.Label label2;
497         
private System.Windows.Forms.TextBox txtIdNhanVien;
498         
private System.Windows.Forms.Label label6;
499         
private System.Windows.Forms.Label label1;
500         
private System.Windows.Forms.Button btnLuu;
501         
private System.Windows.Forms.Button btnSua;
502         
private System.Windows.Forms.Button btnXoa;
503         
private System.Windows.Forms.Button btnHuy;
504         
private System.Windows.Forms.Button btnThemMoi;
505         
private System.Windows.Forms.Button btnHide;
506     }
507 }


Gõ tìm kiếm nhanh...